home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.5A.0002 < prev    next >
Encoding:
Text File  |  1990-04-29  |  2.5 KB  |  55 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:         $5A (90)
  7. Auxiliary Type:    $0002
  8.  
  9. Full Name:     Battery RAM saved configuration
  10. Short Name:    Battery RAM configuration
  11.  
  12. Written by:    Matt Deatherage                                       May 1990
  13.  
  14. Files of this type and auxiliary type contain images of Apple IIgs Battery 
  15. RAM.
  16. _____________________________________________________________________________
  17.  
  18. Since the IIgs battery-powered RAM contains important system parameters and 
  19. control information, many utility programs would like to save an image of all 
  20. these parameters for later restoration.  This ability can be handy when 
  21. changing batteries or in a classroom situation where students may change text 
  22. colors and preferences to suit their individual tastes--without regard for the 
  23. teacher who has to restore the machine to normal operation for the next class.
  24.  
  25. Apple has defined the following simple file format for use in such instances.
  26.  
  27.  
  28. The File Format
  29.  
  30. The file format contains a safety catch to prevent parameters defined for new 
  31. machines from interfering with older machines.
  32.  
  33. ROMVersion    (+000)    Word            The version number of the 
  34.                                         Apple IIgs ROM for the machine on 
  35.                                         which this file was created.  The 
  36.                                         file should only be restored on 
  37.                                         machines of the same ROM version.  
  38.                                         For example, if this value is $0003, 
  39.                                         the image of Battery RAM should not 
  40.                                         be written to a ROM 01 machine.  
  41.                                         Instead, warn the user of the 
  42.                                         incompatibility.
  43. BRAM          (+002)    256 Bytes       256 bytes of battery RAM 
  44.                                         image.  This is obtained from the 
  45.                                         ReadBRam tool call and should be 
  46.                                         restored (where appropriate) with 
  47.                                         the WriteBRam tool call.
  48.  
  49.  
  50. Further Reference
  51. _____________________________________________________________________________
  52.   o  Apple IIgs Firmware Reference
  53.   o  Apple IIgs Toolbox Reference, Volume 1
  54.  
  55.